[INFO] cloning repository https://github.com/PhilippPolterauer/adventofcode-2024
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PhilippPolterauer/adventofcode-2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPhilippPolterauer%2Fadventofcode-2024", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPhilippPolterauer%2Fadventofcode-2024'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9f5f3863734eb0c401ee4dcfa62b24b161d2d8a5
[INFO] checking PhilippPolterauer/adventofcode-2024 against master#dc375db7d8df0aa450e622c529147c95eee756f5 for pr-156749
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPhilippPolterauer%2Fadventofcode-2024" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/PhilippPolterauer/adventofcode-2024
[INFO] finished tweaking git repo https://github.com/PhilippPolterauer/adventofcode-2024
[INFO] tweaked toml for git repo https://github.com/PhilippPolterauer/adventofcode-2024 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/PhilippPolterauer/adventofcode-2024 on toolchain dc375db7d8df0aa450e622c529147c95eee756f5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dc375db7d8df0aa450e622c529147c95eee756f5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/PhilippPolterauer/adventofcode-2024 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dc375db7d8df0aa450e622c529147c95eee756f5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: unused manifest key: default-run
[INFO] [stderr] warning: `adventofcode2024` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0d66772808f95d814444e1c44fa7c4b9d56fcf70e1ea73616604d0a05c185d76
[INFO] running `Command { std: "docker" "start" "0d66772808f95d814444e1c44fa7c4b9d56fcf70e1ea73616604d0a05c185d76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0d66772808f95d814444e1c44fa7c4b9d56fcf70e1ea73616604d0a05c185d76" "/opt/rustwide/cargo-home/bin/cargo" "+dc375db7d8df0aa450e622c529147c95eee756f5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0d66772808f95d814444e1c44fa7c4b9d56fcf70e1ea73616604d0a05c185d76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0d66772808f95d814444e1c44fa7c4b9d56fcf70e1ea73616604d0a05c185d76" "/opt/rustwide/cargo-home/bin/cargo" "+dc375db7d8df0aa450e622c529147c95eee756f5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: unused manifest key: default-run
[INFO] [stderr] warning: `adventofcode2024` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking wide v0.7.31
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.95
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking simba v0.9.0
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking nalgebra v0.33.2
[INFO] [stderr]     Checking adventofcode2024 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `hash::Hash` and `vec_deque`
[INFO] [stdout]  --> src/bin/day18.rs:2:19
[INFO] [stdout]   |
[INFO] [stdout] 2 |     collections::{vec_deque, HashMap, HashSet, VecDeque},
[INFO] [stdout]   |                   ^^^^^^^^^
[INFO] [stdout] 3 |     hash::Hash,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `content`
[INFO] [stdout]   --> src/bin/day19.rs:57:10
[INFO] [stdout]    |
[INFO] [stdout] 57 | fn part2(content: &str) -> i64 {
[INFO] [stdout]    |          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_content`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `per`
[INFO] [stdout]   --> src/bin/day12.rs:91:14
[INFO] [stdout]    |
[INFO] [stdout] 91 |         let (per, sides) = find_perimeter(&p);
[INFO] [stdout]    |              ^^^ help: if this is intentional, prefix it with an underscore: `_per`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `hash::Hash` and `vec_deque`
[INFO] [stdout]  --> src/bin/day18.rs:2:19
[INFO] [stdout]   |
[INFO] [stdout] 2 |     collections::{vec_deque, HashMap, HashSet, VecDeque},
[INFO] [stdout]   |                   ^^^^^^^^^
[INFO] [stdout] 3 |     hash::Hash,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `io::stdin`
[INFO] [stdout]  --> src/bin/day15.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     io::stdin,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `out`
[INFO] [stdout]    --> src/bin/day17.rs:143:13
[INFO] [stdout]     |
[INFO] [stdout] 143 |         let out = cpu.operate(&[1, 7]);
[INFO] [stdout]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_out`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `out`
[INFO] [stdout]    --> src/bin/day17.rs:147:13
[INFO] [stdout]     |
[INFO] [stdout] 147 |         let out = cpu.operate(&[4, 0]);
[INFO] [stdout]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_out`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `content`
[INFO] [stdout]   --> src/bin/day19.rs:57:10
[INFO] [stdout]    |
[INFO] [stdout] 57 | fn part2(content: &str) -> i64 {
[INFO] [stdout]    |          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_content`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `show` is never used
[INFO] [stdout]   --> src/bin/day15.rs:80:4
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn show(grid: &Matrix<Tiles2>) {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `domove2` is never used
[INFO] [stdout]   --> src/bin/day15.rs:96:4
[INFO] [stdout]    |
[INFO] [stdout] 96 | fn domove2(grid: &mut Matrix<Tiles2>, idx: MatrixIdx, direction: Direction) -> bool {
[INFO] [stdout]    |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `content`
[INFO] [stdout]  --> src/bin/_day_temp.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 | fn part1(content: &str) -> i64 {
[INFO] [stdout]   |          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_content`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `content`
[INFO] [stdout]  --> src/bin/_day_temp.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | fn part2(content: &str) -> i64 {
[INFO] [stdout]   |          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_content`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `content`
[INFO] [stdout]  --> src/bin/_day_temp.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 | fn part1(content: &str) -> i64 {
[INFO] [stdout]   |          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_content`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `content`
[INFO] [stdout]  --> src/bin/_day_temp.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | fn part2(content: &str) -> i64 {
[INFO] [stdout]   |          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_content`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `per`
[INFO] [stdout]   --> src/bin/day12.rs:91:14
[INFO] [stdout]    |
[INFO] [stdout] 91 |         let (per, sides) = find_perimeter(&p);
[INFO] [stdout]    |              ^^^ help: if this is intentional, prefix it with an underscore: `_per`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `solution`
[INFO] [stdout]    --> src/bin/day12.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |         let solution = 0;
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_solution`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `per`
[INFO] [stdout]    --> src/bin/day12.rs:125:18
[INFO] [stdout]     |
[INFO] [stdout] 125 |             let (per, sides) = find_perimeter(&p);
[INFO] [stdout]     |                  ^^^ help: if this is intentional, prefix it with an underscore: `_per`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `io::stdin`
[INFO] [stdout]  --> src/bin/day15.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     io::stdin,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `show` is never used
[INFO] [stdout]   --> src/bin/day15.rs:80:4
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn show(grid: &Matrix<Tiles2>) {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `domove2` is never used
[INFO] [stdout]   --> src/bin/day15.rs:96:4
[INFO] [stdout]    |
[INFO] [stdout] 96 | fn domove2(grid: &mut Matrix<Tiles2>, idx: MatrixIdx, direction: Direction) -> bool {
[INFO] [stdout]    |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.56s
[INFO] running `Command { std: "docker" "inspect" "0d66772808f95d814444e1c44fa7c4b9d56fcf70e1ea73616604d0a05c185d76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d66772808f95d814444e1c44fa7c4b9d56fcf70e1ea73616604d0a05c185d76", kill_on_drop: false }`
[INFO] [stdout] 0d66772808f95d814444e1c44fa7c4b9d56fcf70e1ea73616604d0a05c185d76
